projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e330b64
)
build-aux/msys-to-w32: Fix a typo in a comment.
author
Dani Moncayo
<dmoncayo@gmail.com>
Sat, 7 Dec 2013 13:02:09 +0000
(14:02 +0100)
committer
Dani Moncayo
<dmoncayo@gmail.com>
Sat, 7 Dec 2013 13:02:09 +0000
(14:02 +0100)
build-aux/msys-to-w32
patch
|
blob
|
history
diff --git
a/build-aux/msys-to-w32
b/build-aux/msys-to-w32
index a617f18af4bf182c6f2bafdd77e3ace2d2c97b0e..e9a06d7673258bb13a62eb046f89cb379b7f8ecf 100755
(executable)
--- a/
build-aux/msys-to-w32
+++ b/
build-aux/msys-to-w32
@@
-110,7
+110,7
@@
do
# The path exists, so just translate it
w32p=`cd "$p" && pwd -W`
else
- # The path does not exist
s
. So, try to guess the
+ # The path does not exist. So, try to guess the
# Windows-native translation, by looking for the deepest
# existing directory in this path, and then translating the
# existing part and concatenating the remainder.